Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ArrayHelper Class / FindTopLeft(Reference[],Int32,Int32) Method


In This Topic
    FindTopLeft(Reference[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub FindTopLeft( _
       ByVal ranges() As Reference, _
       ByRef top As Integer, _
       ByRef left As Integer _
    ) 
    'Usage
     
    
    Dim ranges() As Reference
    Dim top As Integer
    Dim left As Integer
     
    ArrayHelper.FindTopLeft(ranges, top, left)
    public static void FindTopLeft( 
       Reference[] ranges,
       out int top,
       out int left
    )

    Parameters

    ranges
    top
    left
    See Also